projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9ece4a
)
(texinfo-update-menu-lower-regexps):
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 11 Mar 2001 18:57:19 +0000
(18:57 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 11 Mar 2001 18:57:19 +0000
(18:57 +0000)
Fix the named and regexp used for subsubsections.
lisp/textmodes/texnfo-upd.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/texnfo-upd.el
b/lisp/textmodes/texnfo-upd.el
index f964e411aa634865d8c21a487f18096bd2cb8db0..c1df0a6fca304c92c5289dbe5c11fd335af817ba 100644
(file)
--- a/
lisp/textmodes/texnfo-upd.el
+++ b/
lisp/textmodes/texnfo-upd.el
@@
-1205,7
+1205,8
@@
document; the values are regular expressions.")
"\\(^@\\("
texinfo-subsubsection-level-regexp
"\\)\\>[ \t]+\\)"))
- (subsubsection . "nothing lower"))
+ ;; There's nothing below 5, use a bogus regexp that can't match.
+ (5 . "a\\(^\\)"))
"*Regexps for searching for lower level sections in a Texinfo file.
The keys are strings specifying the general hierarchical level in the
document; the values are regular expressions.")